Auto merge of #3251 - alexcrichton:fix-regr, r=brson
authorbors <bors@rust-lang.org>
Fri, 18 Nov 2016 20:32:20 +0000 (12:32 -0800)
committerGitHub <noreply@github.com>
Fri, 18 Nov 2016 20:32:20 +0000 (12:32 -0800)
Fix regression with path overrides

If an override points to a path dependency then that's not locked, so we're
missing information for that, but it's already warned about, so no need to
worry.

Closes #3288


Trivial merge